remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Nov 2017 03:38:07 +0000 (22:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Nov 2017 03:43:36 +0000 (22:43 -0500)
gtk/gtklistbox.c

index c1f9d5a00ffd021ddc246479536cf31409ae61ec..97a98d0a4b5a19da8ac29096751ce549cfbdbb4d 100644 (file)
@@ -1787,7 +1787,6 @@ gtk_list_box_multipress_gesture_released (GtkGestureMultiPress *gesture,
    */
   g_object_ref (box);
 
-g_print ("released\n");
   if (priv->active_row != NULL &&
       priv->active_row == gtk_list_box_get_row_at_y (box, y))
     {
@@ -1834,7 +1833,6 @@ gtk_list_box_multipress_gesture_stopped (GtkGestureMultiPress *gesture,
 {
   GtkListBoxPrivate *priv = BOX_PRIV (box);
 
-g_print ("stopped\n");
   if (priv->active_row)
     {
       gtk_widget_unset_state_flags (GTK_WIDGET (priv->active_row), GTK_STATE_FLAG_ACTIVE);